css: Redo StyleProvider interface
authorBenjamin Otte <otte@redhat.com>
Wed, 28 Dec 2011 21:59:55 +0000 (22:59 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:37:50 +0000 (18:37 +0100)
commitba5e7012b1c4cec7f3cfcee662273d4b960e497d
tree1b7b5829f2b5711a7c1dd657fcc530c2122a8e6a
parent38a9b28a0edfdf8fd6749815bfc3c8edf457e3ec
css: Redo StyleProvider interface

We now use the GtkStleProviderPrivate interface, which hopefully is
faster and more conformant to CSS. Long term, it definitely should be
both.

I would have liked to split this up into multiple commits, but couldn't
find a way.
13 files changed:
gtk/Makefile.am
gtk/gtkcsslookup.c [new file with mode: 0644]
gtk/gtkcsslookupprivate.h [new file with mode: 0644]
gtk/gtkcssprovider.c
gtk/gtkmodifierstyle.c
gtk/gtksettings.c
gtk/gtkstylecontext.c
gtk/gtkstyleproperties.c
gtk/gtkstylepropertiesprivate.h
gtk/gtkstyleproperty.c
gtk/gtkstylepropertyprivate.h
gtk/gtkstyleproviderprivate.c [new file with mode: 0644]
gtk/gtkstyleproviderprivate.h [new file with mode: 0644]